home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / includ~1.z / includ~1 / blocksize.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-02  |  132 b   |  7 lines

  1. #ifndef _BLOCK_SIZE_H
  2. #define _BLOCK_SIZE_H
  3.  
  4. #define BLOCK_SIZE 1024        /* file system data block size */
  5.  
  6. #endif /* _BLOCK_SIZE_H */
  7.